-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[candidate_profile] Add test plan for module #6338
Conversation
Add a test plan for new `candidate_profile` module to test the functionality provided by the module itself.
All other widgets are part of other modules, and should be tested as | ||
part of that module's testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All other widgets are part of other modules, and should be tested as | |
part of that module's testing. |
There are no instructions in the test plans of those modules to do this. So we should either
- include them here
- modify this PR to add test instructions in the other test plans
- create a new 'critical' issue to add these instructions to other test plans.
If you want to take the first approach, I included instructions in #6333 to test the widgets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then those module test plans should be updated separately, other module's test plans are outside of the scope of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open those other PRs then? I figured it would be easier to do here but it's up to you.
The point is that we should have comprehensive testing instructions and so far you haven't done that for this module. As far as I'm concerned this doesn't resolve the the linked issue because even if this PR is merged there are mysteries as to how the total functionality of this module are to be tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, just minor change.
Co-Authored-By: PapillonMcGill <34311645+PapillonMcGill@users.noreply.github.com>
@driusan please create issues for each module requiring a testplan update |
Add a test plan for new `candidate_profile` module to test the functionality provided by the module itself. Fixes aces#6207
Add a test plan for new `candidate_profile` module to test the functionality provided by the module itself. Fixes aces#6207
Add a test plan for new
candidate_profile
module to testthe functionality provided by the module itself.
Fixes #6207